Class Profiler

java.lang.Object
jeresources.profiling.Profiler
All Implemented Interfaces:
Runnable

public class Profiler extends Object implements Runnable
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • getTimer

      public ProfilingTimer getTimer()
    • getBlacklist

      public ProfilingBlacklist getBlacklist()
    • getAllDimensionData

      public ConcurrentMap<net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>,jeresources.profiling.ProfiledDimensionData> getAllDimensionData()
    • init

      public static boolean init(net.minecraft.world.entity.Entity sender, int chunks, boolean allWorlds)
    • stop

      public static boolean stop(net.minecraft.world.entity.Entity sender)